home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
SYMBOL
/
Utilities
/
Diagnostic
/
diagnostic2
next >
Wrap
Lisp/Scheme
|
1998-10-23
|
291b
|
9 lines
diagnostic2 print-information
When adding your functions include diagnostic2 in the beginning of the function, and the system prints out information when it is executed. $cr$ equals newline.
(defun my-function (x)
(diagnostic2 "my-function " x $cr$)
(do-quietly
<function body>))